home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
clients
/
xset
/
wc4g
< prev
next >
Wrap
Text File
|
1994-08-12
|
360b
|
26 lines
#
# QOS Makefile for Watcom 9.5 C/C++ 32 with DOS/4GW extender.
#
CFLAGS = -DMSDOS
all: wc4g.tag xset.exe
O = xset.obj
.c.obj :
wcc386 $(CFLAGS) $*.c
xset.exe: wc4g $(O)
wlink N xset.exe f xset l xmu,xext,X11,sys op st=30k,caseexact
wc4g.tag:
del *.tag
del *.obj
del *.map
del *.rsp
del *.cfg
del *.exe
echo >wc4g.tag